diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 00:21:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 00:21:59 +0200 |
commit | 5e82ed3e9ada7f5c9e66db5568032a49f66a6e93 (patch) | |
tree | 62da745045b8980a504ca74194126d621c807982 /package | |
parent | 5f15b1c8d4938805342426bb4b878ad2205a048d (diff) |
fix base-files package after ipkg change
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 62eebd4c1..52b82b79e 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -20,8 +20,6 @@ else PKG_ID= ${DEVICE}-${FS} endif WRKDIR= ${WRKDIR_BASE}/w-${PKG_NAME}-${PKG_VERSION}-${PKG_RELEASE}-${PKG_ID} -ICONTROL_BASE_FILES= ipkg/base-files.control -ICONTROL_ADDON_BASE_FILES= "Package: base-files-${PKG_ID}" include $(TOPDIR)/mk/package.mk @@ -58,9 +56,6 @@ endif ln -sf ../proc/mounts $(IDIR_BASE_FILES)/etc/mtab rm -rf $(IDIR_BASE_FILES)/var ln -sf tmp $(IDIR_BASE_FILES)/var - -find $(IDIR_BASE_FILES) -type d -name CVS | xargs rm -rf - -find $(IDIR_BASE_FILES) -type d -name .svn | xargs rm -rf - -find $(IDIR_BASE_FILES) -name '.#*' | xargs rm -f ifneq (${ADK_PACKAGE_CONFIG_IN_ETC},) gzip -9c ${TOPDIR}/.config >$(IDIR_BASE_FILES)/etc/adkconfig.gz endif |