From ecb5f7f0ec15164c22896732da8618a55bb93a0b Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Thu, 24 Apr 2014 20:30:35 +0200 Subject: add note about how to install fapi from source dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19ad4c5..93ecdc8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build: cp -p ./src/$(NAME) bin/$(NAME) sed -i "s/VERSION_DEVEL/$$(cat .version)/" bin/$(NAME) # 'install' installes a fake-root, which will be used to build the Debian package -# $DESTDIR is actually set by the Debian tools. +# $DESTDIR is actually set by the Debian tools install: test ! -d $(DESTDIR)/usr/bin && mkdir -p $(DESTDIR)/usr/bin || exit 0 test ! -d $(DESTDIR)/usr/share/$(NAME) && mkdir -p $(DESTDIR)/usr/share/$(NAME) || exit 0 -- cgit v1.2.3