sokoban now in Emacs packages

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2012-07-16 09:41:09 +02:00
parent b46145ea16
commit fda6b79a08
2 changed files with 1 additions and 1 deletions

View file

@ -45,7 +45,7 @@ cp -R $REPOSITORY $TMP/$PRGNAM-$VERSION
-exec chmod 644 {} \;
# Building
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DLUA_LIBRARIES="/usr/lib64/liblua.a"
# Installation
make install DESTDIR=$PKG