mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
5c385364b9
- Convert patch files to 'make makepatch' compatible
16 lines
233 B
Plaintext
16 lines
233 B
Plaintext
--- icm_install.orig 2015-05-25 19:37:41 UTC
|
|
+++ icm_install
|
|
@@ -19,11 +19,7 @@ if [ "$1" == "strip" ] ; then
|
|
shift
|
|
fi
|
|
|
|
-if [ "$2" != "" ] ; then
|
|
- INSTALLDIR=$2
|
|
-else
|
|
- INSTALLDIR=${ROOT}
|
|
-fi
|
|
+INSTALLDIR=$2
|
|
|
|
try()
|
|
{
|