From e041ad11304d991a746f562abd8a1f677d0586fa Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 11 Jun 2010 12:11:06 +0200 Subject: [PATCH] Makefile: add attr,acl and libcap to ISO_PACKAGES --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cccfc1e..591bfc2 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ ISO_PACKAGES = filesystem bash coreutils bzip2 e2fsprogs jfsutils \ procps readline sed shadow sysklogd sysvinit tar \ util-linux-ng vim which dialog nano mdadm pciutils libusb libusb-compat \ sysfsutils usbutils udev zlib openssl openssh \ - dhcpcd wget iproute2 libpcre iputils libgmp libdevmapper lvm2 + dhcpcd wget iproute2 libpcre iputils libgmp libdevmapper lvm2 \ + attr acl libcap PORTS_core = $(shell /bin/ls -I README $(PORTS_DIR)/core) PORTS_opt = $(shell /bin/cat packages.opt)