Files
snap/SRC/snap-0.1/Makefile

13 lines
375 B
Makefile

dirs:
install -d -v -m 755 $(DESTDIR)/etc
install -d -v -m 755 $(DESTDIR)/usr/{bin,share/snap}
files:
install -v -m 644 snap_version $(DESTDIR)/etc/snap_version
install -v -m 644 snap.conf $(DESTDIR)/etc/snap.conf
install -v -m 755 snap $(DESTDIR)/usr/bin/snap
install -v -m 644 Makefile.snaplinux \
$(DESTDIR)/usr/share/snap/Makefile.snaplinux
install: dirs files