1
0
forked from ports/contrib

leafpad: Fixed identation.

This commit is contained in:
Victor Martinez 2009-11-02 15:32:08 +01:00
parent 02fbc53315
commit 524fed8acd

View File

@ -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}
}