ed: update to 1.12

This commit is contained in:
Juergen Daubert 2015-07-10 17:50:00 +02:00
parent 999a284cdd
commit d4d4f5a349
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
891635e76c661611bfb7e963bde38856 ed-1.11.tar.lz
67c96fc79c29e86fb8002759c4a20e16 ed-1.12.tar.lz

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ed
version=1.11
version=1.12
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lz)
@ -18,6 +18,5 @@ build() {
CFLAGS="$CFLAGS"
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
make DESTDIR=$PKG install-bin install-man
}