Added some personal packages.
This commit is contained in:
parent
25b35e657e
commit
bfa463a9bc
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./autogen.sh
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./autogen.sh
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
Loading…
Reference in New Issue
Block a user