Skip to content

Commit

Permalink
debian: fix installing of fresh deb
Browse files Browse the repository at this point in the history
  • Loading branch information
trapexit committed Jun 30, 2020
1 parent 8948fc2 commit 8ed3a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ export DH_VERBOSE=1
dh $@ --parallel

override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX=/usr install-base
$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX= install-mount-tools
$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX=/usr install
2 changes: 1 addition & 1 deletion libfuse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EXEC_PREFIX = $(PREFIX)
DATAROOTDIR = $(PREFIX)/share
DATADIR = $(DATAROOTDIR)
BINDIR = $(EXEC_PREFIX)/bin
SBINDIR = $(EXEC_PREFIX)/sbin
SBINDIR = /sbin
MANDIR = $(DATAROOTDIR)/man
MAN1DIR = $(MANDIR)/man1

Expand Down

0 comments on commit 8ed3a1f

Please sign in to comment.