diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 17:35:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 17:35:55 +0000 |
commit | 9764b8c6a11b0e01efff4c3332d83d1059cef8df (patch) | |
tree | 7628bbe1cd8d72c1b8971cacb3321685344bbcee /package/openntpd/Makefile | |
parent | 5bc2a3a4bb0dc99fe5f0174b057d44e678b058c3 (diff) | |
download | upstream-9764b8c6a11b0e01efff4c3332d83d1059cef8df.tar.gz upstream-9764b8c6a11b0e01efff4c3332d83d1059cef8df.tar.bz2 upstream-9764b8c6a11b0e01efff4c3332d83d1059cef8df.zip |
remove CVS dirs from package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openntpd/Makefile')
-rw-r--r-- | package/openntpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openntpd/Makefile b/package/openntpd/Makefile index 3f6f950377..59b504fa4a 100644 --- a/package/openntpd/Makefile +++ b/package/openntpd/Makefile @@ -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) |