Make sade actually be a symlink to partedit, as per the commit message in
r244859, rather than a hardlink. This fixes installation if /usr/sbin is on a different filesystem than /usr/libexec. Submitted by: se
This commit is contained in:
parent
558e8c9878
commit
ec8edf9362
@ -2,7 +2,8 @@
|
||||
|
||||
BINDIR= /usr/libexec/bsdinstall
|
||||
PROG= partedit
|
||||
LINKS= ${BINDIR}/partedit ${BINDIR}/autopart ${BINDIR}/partedit /usr/sbin/sade
|
||||
LINKS= ${BINDIR}/partedit ${BINDIR}/autopart
|
||||
SYMLINKS= ${BINDIR}/partedit /usr/sbin/sade
|
||||
LDADD= -lgeom -lncursesw -lutil -ldialog -lm
|
||||
|
||||
PARTEDIT_ARCH= ${MACHINE}
|
||||
|
Loading…
Reference in New Issue
Block a user