remove CVS dirs from package
SVN-Revision: 440
This commit is contained in:
parent
49e4417f51
commit
585d8f385b
4 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,7 @@ $(PKG_IPK): $(PKG_IPK_DIR)/usr/sbin/cupsd
|
|||
$(STRIP) $(PKG_IPK_DIR)/usr/lib/cups/cgi-bin/*
|
||||
$(STRIP) $(PKG_IPK_DIR)/usr/lib/cups/daemon/*
|
||||
cp -a ./files/* $(PKG_IPK_DIR)/
|
||||
find $(PKG_IPK_DIR) -name CVS | xargs rm -rf
|
||||
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
||||
|
||||
source: $(DL_DIR)/$(PKG_SOURCE)
|
||||
|
|
|
@ -56,6 +56,7 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/ntpd
|
|||
cp $(PKG_BUILD_DIR)/ntpd $(PKG_IPK_DIR)/usr/sbin/
|
||||
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
|
||||
mkdir -p $(PACKAGE_DIR)
|
||||
find $(PKG_IPK_DIR) -name CVS | xargs rm -rf
|
||||
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
||||
|
||||
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK)
|
||||
|
|
|
@ -34,6 +34,7 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME)
|
|||
cp $(PKG_BUILD_DIR)/pptp $(PKG_IPK_DIR)/usr/sbin/
|
||||
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
|
||||
mkdir -p $(PACKAGE_DIR)
|
||||
find $(PKG_IPK_DIR) -name CVS | xargs rm -rf
|
||||
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
||||
|
||||
$(IPKG_STATE_DIR)/info/pptp.list: $(PKG_IPK)
|
||||
|
|
|
@ -57,6 +57,7 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME)
|
|||
cp $(PKG_BUILD_DIR)/pptpctrl $(PKG_IPK_DIR)/usr/sbin/
|
||||
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
|
||||
mkdir -p $(PACKAGE_DIR)
|
||||
find $(PKG_IPK_DIR) -name CVS | xargs rm -rf
|
||||
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
||||
|
||||
$(IPKG_STATE_DIR)/info/pptpd.list: $(PKG_IPK)
|
||||
|
|
Loading…
Reference in a new issue