Makefile: add attr,acl and libcap to ISO_PACKAGES

This commit is contained in:
Juergen Daubert 2010-06-11 12:11:06 +02:00
parent 71740680e6
commit e041ad1130

View File

@ -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)