diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-24 20:30:35 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-24 20:30:35 +0200 |
| commit | ecb5f7f0ec15164c22896732da8618a55bb93a0b (patch) | |
| tree | da1e4f2dcb595c3a42cf65ecad3f1e4261e27b73 /Makefile | |
| parent | 627029c8412a49b9f5e0211a904759fa7f35b371 (diff) | |
add note about how to install fapi from source dir
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
