forked from ports/contrib
leafpad: Fixed identation.
This commit is contained in:
parent
02fbc53315
commit
524fed8acd
@ -9,11 +9,10 @@ release=1
|
||||
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--enable-chooser
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -dr {$PKG/usr/share/locale,$PKG/usr/share/icons}
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--enable-chooser
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -dr {$PKG/usr/share/locale,$PKG/usr/share/icons}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user