diff options
-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) |