updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pykickstart-git / install.patch
blobc09d9b9bb5808d769db7cc11c036df9808a1a83d
1 --- Makefile 2010-04-03 01:55:51.000000000 +0200
2 +++ Makefile 2010-04-03 01:55:21.000000000 +0200
3 @@ -8,12 +8,12 @@
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
17 # PO catalog handling
18 MSGMERGE = msgmerge -v