diff options
author | SARL ENR-68 <david@david.david> | 2013-12-24 12:29:15 +0100 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2013-12-24 12:29:15 +0100 |
commit | c43ea91c0d236e88d2ca23f92a739eadf3747877 (patch) | |
tree | f33a708ec90fb2da6d89ac11fb2604762f055f06 | |
parent | 6e901d4e6a60c05ee442579d2e8b2a010b45ab97 (diff) | |
download | isodumper-c43ea91c0d236e88d2ca23f92a739eadf3747877.tar isodumper-c43ea91c0d236e88d2ca23f92a739eadf3747877.tar.gz isodumper-c43ea91c0d236e88d2ca23f92a739eadf3747877.tar.bz2 isodumper-c43ea91c0d236e88d2ca23f92a739eadf3747877.tar.xz isodumper-c43ea91c0d236e88d2ca23f92a739eadf3747877.zip |
update isodumper binary file
added comment Copyright
-rw-r--r-- | bin/isodumper | 8 | ||||
-rwxr-xr-x | isodumper | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/bin/isodumper b/bin/isodumper index be2c8a3..c5dc766 100644 --- a/bin/isodumper +++ b/bin/isodumper @@ -1,4 +1,12 @@ #!/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 @@ -1,4 +1,16 @@ #!/bin/sh # -/usr/lib/isodumper/isodumper.py
\ No newline at end of file +# 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 file= Geiger David <david.david@mageialinux-online.org> + +set -e + +TERM=xterm + +DIR=/usr/lib/isodumper + +$DIR/isodumper.py |