Fix syntax error in Makefile.
This commit is contained in:
parent
5b790718d8
commit
c824ea924c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -23,7 +23,7 @@ install: all
|
||||||
mkdir -p ${CHROOT}/var/www
|
mkdir -p ${CHROOT}/var/www
|
||||||
cp ${WEBASSETS} ${CHROOT}/var/www
|
cp ${WEBASSETS} ${CHROOT}/var/www
|
||||||
cp rlgwebd.service /usr/lib/systemd/system
|
cp rlgwebd.service /usr/lib/systemd/system
|
||||||
if test ! -f /etc/rlgwebd.conf; cp rlgwebd.conf /etc; fi
|
if test ! -f /etc/rlgwebd.conf; then cp rlgwebd.conf /etc; fi
|
||||||
|
|
||||||
# Libraries are not removed. Something else might be using them.
|
# Libraries are not removed. Something else might be using them.
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue