]> arthur.barton.de Git - ax-linux.git/blobdiff - bup/save-user/Makefile
Remove "bup-save-user", it now lives in the "ax-unix" project
[ax-linux.git] / bup / save-user / Makefile
diff --git a/bup/save-user/Makefile b/bup/save-user/Makefile
deleted file mode 100644 (file)
index b079868..0000000
+++ /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