diff options
author | SARL ENR-68 <david@david.david> | 2013-12-23 20:49:52 +0100 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2013-12-23 20:49:52 +0100 |
commit | 30b379c7cbf520ba66941adc13dbf4106c02d4ed (patch) | |
tree | abeb3b283a19ffbff047cd5a483cd7ee498861e1 /polkit/Makefile | |
parent | 82908ec327546a7b2c619ee7720eae917a48fa10 (diff) | |
download | isodumper-30b379c7cbf520ba66941adc13dbf4106c02d4ed.tar isodumper-30b379c7cbf520ba66941adc13dbf4106c02d4ed.tar.gz isodumper-30b379c7cbf520ba66941adc13dbf4106c02d4ed.tar.bz2 isodumper-30b379c7cbf520ba66941adc13dbf4106c02d4ed.tar.xz isodumper-30b379c7cbf520ba66941adc13dbf4106c02d4ed.zip |
Really use translations for polkit file
update Makefile
Diffstat (limited to 'polkit/Makefile')
-rw-r--r-- | polkit/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/polkit/Makefile b/polkit/Makefile index dc7c4ba..975400d 100644 --- a/polkit/Makefile +++ b/polkit/Makefile @@ -1,3 +1,18 @@ +# Copyright (C) 2013 THE isodumper'S COPYRIGHT HOLDER +# This file is distributed under the same license as the isodumper package. + +# This Makefile is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +# Author isodumper software= papoteur <papoteur@mageialinux-online.org> +# Author Makefile file= Yuri Chornoivan <yurchor@ukr.net> + BINDIR = /usr/bin LIBEXECDIR = /usr/libexec BINDEST = $(DESTDIR)$(BINDIR) |