Skip to content

Commit

Permalink
Update configure.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andykimpe committed Jan 31, 2024
1 parent 7046aeb commit 8889e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/configure.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
source=$1
prefix=$2
pushd $source/desmume
sed -i 's/\r//' AUTHORS
for txtfile in AUTHORS
Expand All @@ -12,7 +13,7 @@ find src -name *.[ch]* -exec chmod 644 {} \;
popd
pushd $source/desmume/src/frontend/posix
./autogen.sh
./configure --prefix=/usr --bindir=/usr/games --datadir=/usr/share/games \
./configure --prefix=$prefix --bindir=$prefix/games --datadir=$prefix/share/games \
--enable-gdb-stub \
--enable-osmesa \
--enable-glade
Expand Down

0 comments on commit 8889e61

Please sign in to comment.