Skip to content

Commit

Permalink
bzip2: Strip trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jul 5, 2019
1 parent 394d1f1 commit e41c580
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bzip2.be0
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mee_patch() {
}

#mee_configure() {
# bee_configure
# bee_configure
#}

mee_build() {
Expand All @@ -71,15 +71,15 @@ mee_install() {
mv ${D}${PREFIX}/man ${D}${DATADIR}

cp -v bzip2-shared ${D}${BINDIR}/bzip2

cp -av libbz2.so* ${D}${LIBDIR}

ln -sv libbz2.so.1.0 ${D}${LIBDIR}/libbz2.so

ln -sv libbz2.so.1.0.6 ${D}${LIBDIR}/libbz2.so.1

rm -v ${D}${BINDIR}/{bunzip2,bzcat}

ln -sv bzip2 ${D}${BINDIR}/bunzip2
ln -sv bzip2 ${D}${BINDIR}/bzcat

Expand Down

0 comments on commit e41c580

Please sign in to comment.