Puts dgamelaunch in /usr/sbin
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@6 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
f85524cf0f
commit
6f642ea6bf
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ clean:
|
|||
rm -f dgamelaunch
|
||||
rm -f *.o
|
||||
install:
|
||||
cp dgamelaunch /opt/nethack/nethack.dtype.org/
|
||||
cp dgamelaunch /usr/sbin
|
||||
indent:
|
||||
indent -ts2 *.c *.h
|
||||
rm *~
|
||||
|
|
|
@ -50,4 +50,4 @@ cp -L /usr/lib/games/nethack/nhdat $CHROOT_PATH/usr/lib/games/nethack
|
|||
|
||||
# Curses junk
|
||||
mkdir -p $CHROOT_PATH/usr/share
|
||||
cp -r /usr/share/terminfo $CHROOT_PATH/usr/share
|
||||
cp -Lr /usr/share/terminfo $CHROOT_PATH/usr/share
|
||||
|
|
Loading…
Reference in New Issue