1 --- Makefile 2010-04-03 01:55:51.000000000 +0200
2 +++ Makefile 2010-04-03 01:55:21.000000000 +0200
4 # What is this package?
5 NLSPACKAGE = pykickstart
6 POTFILE = $(NLSPACKAGE).pot
7 -INSTALL = /usr/bin/install -c
8 +INSTALL = /bin/install -c
9 INSTALL_DATA = $(INSTALL) -m 644
10 -INSTALL_DIR = /usr/bin/install -d
11 +INSTALL_DIR = /bin/install -d
13 # destination directory
14 -INSTALL_NLS_DIR = $(RPM_BUILD_ROOT)/usr/share/locale
15 +INSTALL_NLS_DIR = $(DESTDIR)/usr/share/locale
18 MSGMERGE = msgmerge -v