projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain/gcc]: both coldfire and etrax are broken and should use a newer gcc when...
[openwrt.git]
/
scripts
/
ipkg
diff --git
a/scripts/ipkg
b/scripts/ipkg
index
045a3fd
..
da6447c
100755
(executable)
--- a/
scripts/ipkg
+++ b/
scripts/ipkg
@@
-875,7
+875,7
@@
diff -u $dest/$conffile $IPKG_TMP/$pkg/data/$conffile"
rm -rf $IPKG_TMP/$pkg/data
rmdir $IPKG_TMP/$pkg
rm -f $info_dir/$pkg.list
rm -rf $IPKG_TMP/$pkg/data
rmdir $IPKG_TMP/$pkg
rm -f $info_dir/$pkg.list
- $pkg_extract_stdout $filename ./data.tar.gz | zcat | tar tf - | sed -e 's/^\.//' > $info_dir/$pkg.list
+ $pkg_extract_stdout $filename ./data.tar.gz | zcat | tar tf - | sed -e '
/\/$/d;
s/^\.//' > $info_dir/$pkg.list
if [ -x "$info_dir/$pkg.postinst" ]; then
$info_dir/$pkg.postinst configure
if [ -x "$info_dir/$pkg.postinst" ]; then
$info_dir/$pkg.postinst configure
This page took
0.020836 seconds
and
4
git commands to generate.