From c214233ecc0dd0ea93637f9ed3b0a718ebb02058 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 4 Nov 2005 20:50:00 +0000 Subject: [PATCH] make /etc/cups/certs a symlink to /tmp, bump release number SVN-Revision: 2328 --- openwrt/package/cups/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index ef921ed88a..e1bab4fd46 100644 --- a/openwrt/package/cups/Makefile +++ b/openwrt/package/cups/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cups PKG_VERSION:=1.1.23 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=4ce09b1dce09b6b9398af0daae9adf63 PKG_SOURCE_URL:=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/ftp.easysw.com/pub/cups/$(PKG_VERSION) \ @@ -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 -- 2.30.2