diff options
author | Roy Marples <roy@marples.name> | 2008-01-05 20:53:28 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-05 20:53:28 +0000 |
commit | 44d63fdec6e27d02c704192c76ee4cb76bc372ae (patch) | |
tree | bb40adcb1b966b5a0130991b67add6d93e7dcb96 /src/rc | |
parent | 20b50e57b9a92b50f99f57023fa03aed4041ad7c (diff) |
Fix installing links
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 23268ea0..55ad8f78 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -50,6 +50,7 @@ version.h: install: ${INSTALL} -d ${DESTDIR}${BINDIR} ${INSTALL} ${PROG} ${DESTDIR}${BINDIR} + ${INSTALL} -d ${DESTDIR}/bin for x in $(BINLINKS); do ln -fs ${BINDIR}/${PROG} $(DESTDIR)/bin/$$x; done ${INSTALL} -d ${DESTDIR}/bin for x in $(SBINLINKS); do ln -fs ${BINDIR}/${PROG} $(DESTDIR)${BINDIR}/$$x; done |