Browse Source

Misc changes

master
mid-kid 9 years ago
parent
commit
3601cac6fc
  1. 2
      satellites/functions/compile/configure.sh
  2. 2
      satellites/lua.sat

2
satellites/functions/compile/configure.sh

@ -2,5 +2,5 @@ compile_configure() {
./configure --prefix="$dir_prefix" --sysconfdir=/etc $@ ./configure --prefix="$dir_prefix" --sysconfdir=/etc $@
make make
option !no_check make check option !no_check make check
make DESTDIR="$dir_install" install make DESTDIR="$dir_install/" install
} }

2
satellites/lua.sat

@ -1,5 +1,3 @@
# Template satellite file without all the comments.
name=lua name=lua
version=5.3.2 version=5.3.2
update_url="http://www.lua.org/download.html" update_url="http://www.lua.org/download.html"

Loading…
Cancel
Save