projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae1204a
)
remove postinst files for preinstalled packages
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Mar 2011 23:47:08 +0000
(23:47 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Mar 2011 23:47:08 +0000
(23:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26299
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
2180df3
..
4f2cbf1
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-85,6
+85,7
@@
$(curdir)/rootfs-prepare: $(TMP_DIR)/.build
@-find $(TARGET_DIR) -name CVS | $(XARGS) rm -rf
@-find $(TARGET_DIR) -name .svn | $(XARGS) rm -rf
@-find $(TARGET_DIR) -name '.#*' | $(XARGS) rm -f
+ rm -f $(TARGET_DIR)/usr/lib/opkg/info/*.postinst
$(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/opkg)
$(call mklibs)
This page took
0.026004 seconds
and
4
git commands to generate.