# # ax-linux: Alex' Linux Tools & Scripts # Copyright (c)2013 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: btrfs-mksnapshot install-local: btrfs-mksnapshot install -d -o $(USER) -g $(GROUP) -m 755 \ $(DESTDIR)$(PREFIX)/sbin install -p -o $(USER) -g $(GROUP) -m 755 btrfs-mksnapshot \ $(DESTDIR)$(PREFIX)/sbin/btrfs-mksnapshot install -d -o $(USER) -g $(GROUP) -m 755 \ $(DESTDIR)/etc/apt/apt.conf.d install -p -o $(USER) -g $(GROUP) -m 644 06btrfs-mksnapshot \ $(DESTDIR)/etc/apt/apt.conf.d/06btrfs-mksnapshot include ../../Makefile.ax