aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSARL ENR-68 <david@david.david>2013-12-28 10:43:02 +0100
committerSARL ENR-68 <david@david.david>2013-12-28 10:43:02 +0100
commitefa4ab6a791804db20492634decf3a53c74951c4 (patch)
tree461f6da1d7147e1ec26463e1b8f2cecea087321e /Makefile
parentbe6b23055a09cd35547350cda4d1bfcb13129478 (diff)
downloadisodumper-efa4ab6a791804db20492634decf3a53c74951c4.tar
isodumper-efa4ab6a791804db20492634decf3a53c74951c4.tar.gz
isodumper-efa4ab6a791804db20492634decf3a53c74951c4.tar.bz2
isodumper-efa4ab6a791804db20492634decf3a53c74951c4.tar.xz
isodumper-efa4ab6a791804db20492634decf3a53c74951c4.zip
Updated Makefile files (polkit) and spec file
-Really use translations for polkit file -drop "local" macro PREFIX on Makefile -drop "PREFIX="%{_prefix}" macro on spec file -use polkit binary generated with Makefile -drop bin folder (use binary generated with Makefile)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4be6194..84a60d2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# Author isodumper software= papoteur <papoteur@mageialinux-online.org>
# Author Makefile file= Geiger David <david.david@mageialinux-online.org>
-PREFIX=/usr/local
+PREFIX=/usr
BINDIR=$(PREFIX)/bin
SBINDIR=$(PREFIX)/sbin
LIBDIR=$(PREFIX)/lib
@@ -47,7 +47,7 @@ install: all
# for binary file isodumper on /usr/bin/
# to have authentication with polkit (use for mageia policy)
mkdir -p $(DESTDIR)$(BINDIR)
- install -m 755 bin/isodumper $(DESTDIR)$(BINDIR)
+ install -m 755 polkit/isodumper $(DESTDIR)$(BINDIR)
# for policy file isodumper on /usr/share/polkit-1/actions/
# to have authentication with polkit (use for mageia policy)