uronode/debian/patches/install-dir-creation

15 lines
428 B
Plaintext
Raw Normal View History

Description: Create proper SBIN_DIR directory at install time
Author: Dave Hibberd <d@vehibberd.com>
Last-Update: 2015-09-07
--- a/Makefile.in
+++ b/Makefile.in
2016-04-01 16:26:54 +01:00
@@ -35,6 +35,7 @@
install -b -m 644 -p etc/gateways $(VAR_DIR)/flex
installbin: all
+ install -m 755 -D -d $(SBIN_DIR)
install -m 755 -s -p uronode $(SBIN_DIR)
install -m 755 -s -p nodeusers $(SBIN_DIR)
install -m 755 -s -p axdigi $(SBIN_DIR)