backport symlink fix from whiterussian [2328]
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Nov 2005 13:50:35 +0000 (13:50 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Nov 2005 13:50:35 +0000 (13:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2336 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/cups/Makefile

index 8f75ba1..0644164 100644 (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
This page took 0.028338 seconds and 4 git commands to generate.