1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 13:08:33 +00:00

Use the full path for defining install(1)

This commit is contained in:
Daniel Bainton 2014-04-01 11:25:07 +01:00
parent 5d69f877e7
commit cf6065812f

@ -21,7 +21,7 @@ ETCDIR = ${PREFIX}/etc
DFLDIR = ${ETCDIR}/default DFLDIR = ${ETCDIR}/default
MANDIR = ${PREFIX}/share/man MANDIR = ${PREFIX}/share/man
INSTALL = install INSTALL = /usr/bin/install
# these don't work for all packages yet... # these don't work for all packages yet...
optldflags = -s -Wl,--gc-sections -Wl,-z,relro,-z,now optldflags = -s -Wl,--gc-sections -Wl,-z,relro,-z,now