diff options
Diffstat (limited to 'www/bins/files/extra-patch-install.sh')
-rw-r--r-- | www/bins/files/extra-patch-install.sh | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/www/bins/files/extra-patch-install.sh b/www/bins/files/extra-patch-install.sh index 110917bffb6a..08fe44255c90 100644 --- a/www/bins/files/extra-patch-install.sh +++ b/www/bins/files/extra-patch-install.sh @@ -1,23 +1,21 @@ ---- install.sh.orig Sat Nov 23 09:40:01 2002 -+++ install.sh Sat Nov 23 09:40:58 2002 -@@ -60,12 +60,11 @@ - mkdir -p $BIN 2>/dev/null || true +--- install.sh.orig Thu Aug 25 06:07:05 2005 ++++ install.sh Mon Mar 19 02:47:24 2007 +@@ -67,11 +67,10 @@ if [ -w $BIN ] ; then echo "Installing program files in $BIN" + # bins_cleanupgallery anti_bins - cp bins bins_edit bins-edit-gui $BIN + cp bins bins_edit $BIN chmod a+rx $BIN/bins chmod a+rx $BIN/bins_edit + chmod a+rx $BIN/bins_cleanupgallery - chmod a+rx $BIN/bins-edit-gui - perl -pi -e "s{/usr/local/share}{$SHARE}g" \ -- $BIN/bins $BIN/bins_edit $BIN/bins-edit-gui -+ $BIN/bins $BIN/bins_edit - return 0 - else - echo "Cannot write to $BIN directory." -@@ -124,13 +123,6 @@ - fi + chmod a+rx $BIN/anti_bins + # perl -pi -e "s{/usr/local/share}{$SHARE}g" \ + # $BIN/bins $BIN/bins_edit $BIN/bins-edit-gui +@@ -169,13 +168,6 @@ fi + set -o errexit -# additionnal files -mkdir -p $GLADE 2>/dev/null || true @@ -29,7 +27,7 @@ # man pages mkdir -p $MAN 2>/dev/null || true if [ -w $MAN ] ; then -@@ -146,9 +138,6 @@ +@@ -203,9 +195,6 @@ do mkdir -p $LOCALE/$L/LC_MESSAGES 2>/dev/null || true cp intl/$L.mo $LOCALE/$L/LC_MESSAGES/bins.mo @@ -38,4 +36,4 @@ - fi done else - cat <<!EoF + cat <<!EoF |