diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-10-14 11:40:54 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-10-14 11:40:54 +0000 |
commit | 2a24e790b717eb3a3c68d48ec2f3a8e38de88c52 (patch) | |
tree | cb5c33539ca0037a42722a2ea1980e9cde78bdda /finance/kmymoney2/files/patch-admin__install-sh | |
parent | - Update to 2.6.2. (diff) |
- Update to 0.8.9
- pkg-plist cleanups
- Minor tweaks to install-sh patch
PR: ports/120758
Submitted by: gpalmer
Approved by: beech (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=221578
Diffstat (limited to 'finance/kmymoney2/files/patch-admin__install-sh')
-rw-r--r-- | finance/kmymoney2/files/patch-admin__install-sh | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/finance/kmymoney2/files/patch-admin__install-sh b/finance/kmymoney2/files/patch-admin__install-sh new file mode 100644 index 000000000000..c8dd2746d86d --- /dev/null +++ b/finance/kmymoney2/files/patch-admin__install-sh @@ -0,0 +1,28 @@ +--- ./admin/install-sh.orig 2004-12-28 15:10:08.000000000 -0500 ++++ ./admin/install-sh 2008-10-10 09:39:06.000000000 -0400 +@@ -50,6 +50,7 @@ + stripcmd="" + rmcmd="$rmprog -f" + mvcmd="$mvprog" ++mkdircmd="$mkdirprog -p" + src="" + dst="" + dir_arg="" +@@ -120,7 +121,7 @@ + instcmd=: + chmodcmd="" + else +- instcmd=$mkdirprog ++ instcmd=$mkdircmd + fi + else + +@@ -181,7 +182,7 @@ + + if [ ! -d "$pathcomp" ] ; + then +- $mkdirprog "$pathcomp" ++ $mkdircmd "$pathcomp" + else + : + fi |