]> arthur.barton.de Git - ax-unix.git/blob - bup/save-user/Makefile
036fece5ccaf30c4100a703b3d67e817d632e108
[ax-unix.git] / bup / save-user / Makefile
1 #
2 # ax-unix: Alex' UNIX Tools & Scripts
3 # Copyright (c)2013-2016 Alexander Barton (alex@barton.de)
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10
11 ALL = bup-save-user
12
13 include ../../Makefile.ax
14
15 install-local: bup-save-user
16         install -d -o $(USER) -g $(GROUP) -m 755 \
17          $(DESTDIR)$(PREFIX)/bin
18         install -p -o $(USER) -g $(GROUP) -m 755 bup-save-user \
19          $(DESTDIR)$(PREFIX)/bin/bup-save-user