File: installsh

package info (click to toggle)
heimdal 1.6~git20120403%2Bdfsg1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 34,428 kB
  • sloc: ansic: 338,234; sh: 7,993; makefile: 4,671; yacc: 3,036; perl: 1,888; python: 748; lex: 731; awk: 465; java: 119; asm: 30; lisp: 29
file content (16 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: heimdal-1.4.0~git20100322/po/Makefile.am
===================================================================
--- heimdal-1.4.0~git20100322.orig/po/Makefile.am	2010-03-22 15:12:40.005792886 +1100
+++ heimdal-1.4.0~git20100322/po/Makefile.am	2010-03-22 15:13:21.295167102 +1100
@@ -41,9 +41,9 @@
 	    domain=`echo $$x | sed 's@/.*@@'`; \
 	    lang=`echo $$x | sed 's@.*/\(.*\)\\.mo$$@\1@'`; \
 	    echo "installing lang $$domain $$lang" ; \
-	    $(top_srcdir)/install-sh -d \
+	    sh $(top_srcdir)/install-sh -d \
 		"$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES" ; \
-	    $(top_srcdir)/install-sh $(srcdir)/$$x \
+	    sh $(top_srcdir)/install-sh $(srcdir)/$$x \
 	        "$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$$domain.mo" ; \
 	done