diff options
author | SARL ENR-68 <david@david.david> | 2013-12-28 10:43:02 +0100 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2013-12-28 10:43:02 +0100 |
commit | efa4ab6a791804db20492634decf3a53c74951c4 (patch) | |
tree | 461f6da1d7147e1ec26463e1b8f2cecea087321e /bin | |
parent | be6b23055a09cd35547350cda4d1bfcb13129478 (diff) | |
download | isodumper-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 'bin')
-rw-r--r-- | bin/isodumper | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/isodumper b/bin/isodumper deleted file mode 100644 index c5dc766..0000000 --- a/bin/isodumper +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# - -# Copyright (C) 2013 THE isodumper'S COPYRIGHT HOLDER -# This file is distributed under the same license as the isodumper package. - -# Author isodumper software= papoteur <papoteur@mageialinux-online.org> -# Author binary polkit file= Geiger David <david.david@mageialinux-online.org> - -if [[ "$EUID" != "0" ]] ; then - exec /usr/bin/pkexec /usr/libexec/isodumper "$@" -else - exec /usr/libexec/isodumper "$@" -fi |