Menu

#13 makefile in po directory faulty

open
nobody
None
5
2008-08-30
2008-08-30
DonVla
No

the po/Makefile contains a wrong install path:
it is /usr/bin/install and should be /bin/install.
small patch:

--- po/Makefile.orig 2008-08-30 11:25:38.000000000 +0200
+++ po/Makefile 2008-08-30 11:28:12.000000000 +0200
@@ -32,7 +32,7 @@
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po

-INSTALL = /usr/bin/install -c
+INSTALL = /bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
MKINSTALLDIRS = $(top_srcdir)/./mkinstalldirs

Discussion


Log in to post a comment.