diff options
Diffstat (limited to 'editors/AbiWord/files/patch-ar')
-rw-r--r-- | editors/AbiWord/files/patch-ar | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/AbiWord/files/patch-ar b/editors/AbiWord/files/patch-ar new file mode 100644 index 000000000000..1b319cafe8d8 --- /dev/null +++ b/editors/AbiWord/files/patch-ar @@ -0,0 +1,11 @@ +--- pkg/common/unix/scripts/install.sh Tue Feb 29 13:37:57 2000 ++++ pkg/common/unix/scripts/install.sh.new Sun May 14 18:11:15 2000 +@@ -80,7 +80,7 @@ + + echo "Installing program binaries to [$LIBEXECDIR]..." + # Setup bins +-(cd $SRCDIR/bin; tar cf - Abi*) | (cd $LIBEXECDIR; tar xf -) ++(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR) + + ######################################################################## + # If we're on Solaris, run makepsres on the font path |