Added some personal packages.

This commit is contained in:
Mid Favila 2021-06-30 01:12:24 -03:00
parent 25b35e657e
commit bfa463a9bc
2 changed files with 0 additions and 19 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh -e
./autogen.sh
./configure \
--prefix=/usr \
make
make DESTDIR="$1" install

View File

@ -1,9 +0,0 @@
#!/bin/sh -e
./autogen.sh
./configure \
--prefix=/usr
make
make DESTDIR="$1" install