backport symlink fix from whiterussian [2328]

SVN-Revision: 2336
This commit is contained in:
Nicolas Thill 2005-11-05 13:50:35 +00:00
parent 595cf58ff5
commit e888479495

View file

@ -73,6 +73,8 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_CUPS):
install -d -m0755 $(IDIR_CUPS)/etc/cups
cp -fpR $(PKG_INSTALL_DIR)/etc/cups/* $(IDIR_CUPS)/etc/cups/
rm -rf $(IDIR_CUPS)/etc/cups/certs
ln -sf /tmp $(IDIR_CUPS)/etc/cups/certs
install -d -m0755 $(IDIR_CUPS)/usr/bin
cp -fpR $(PKG_INSTALL_DIR)/usr/bin/* $(IDIR_CUPS)/usr/bin/
rm -f $(IDIR_CUPS)/usr/bin/cups-config