- Cleanup spec file with spec-cleaner - Add gpg key - Remove obsolete patches * sharutils-set_file_mode.diff * sharutils-mandir.patch * sharutils-stdio.in.patch - Enable openssl support - Remove bcond and allways build with mailx - Update lang package macros - Update to Version 4.15 OBS-URL: https://build.opensuse.org/request/show/287998 OBS-URL: https://build.opensuse.org/package/show/Base:System/sharutils?expand=0&rev=17
14 lines
309 B
Diff
14 lines
309 B
Diff
Index: tests/shar-2
|
|
===================================================================
|
|
--- tests/shar-2.orig
|
|
+++ tests/shar-2
|
|
@@ -25,6 +25,8 @@ do
|
|
} > ${dir}/second
|
|
done
|
|
|
|
+PATH=`cd ../src; pwd`:$PATH
|
|
+export PATH
|
|
: ${SHAR=`cd ../src ; pwd`/shar}
|
|
: ${UNSHAR=`cd ../src ; pwd`/unshar}
|
|
( cd ${tmppfx}.d
|