X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-linux.git;a=blobdiff_plain;f=bup%2Fsave-user%2FMakefile;fp=bup%2Fsave-user%2FMakefile;h=0000000000000000000000000000000000000000;hp=b079868ab0a42b68097dd5b099f3bed2b313df57;hb=b238cb229798bb0c88b6e8bf8c5cdee8d37d9592;hpb=81cdbb9890dc58405004824f52b5b1fbd95c3e08 diff --git a/bup/save-user/Makefile b/bup/save-user/Makefile deleted file mode 100644 index b079868..0000000 --- a/bup/save-user/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# -# ax-linux: Alex' Linux Tools & Scripts -# Copyright (c)2013-2014 Alexander Barton (alex@barton.de) -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# - -ALL = bup-save-user - -include ../../Makefile.ax - -install-local: bup-save-user - install -d -o $(USER) -g $(GROUP) -m 755 \ - $(DESTDIR)$(PREFIX)/bin - install -p -o $(USER) -g $(GROUP) -m 755 bup-save-user \ - $(DESTDIR)$(PREFIX)/bin/bup-save-user