Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Make sure the directories exist
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Apr 17, 2015
1 parent f6ebb94 commit 56241a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netpbm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ make package pkgdir=$SRC_DIR/pkg
# make check pkgdir=$SRC_DIR/pkg

# The netpbm install script is interactive, so just install it manually
mkdir -p $PREFIX/bin/
mkdir -p $PREFIX/lib/
mkdir -p $PREFIX/include/
mkdir -p $PREFIX/share/man1/
mkdir -p $PREFIX/share/man3/
mkdir -p $PREFIX/share/man5/
mkdir -p $PREFIX/share/web/
cp -R pkg/bin/* $PREFIX/bin/
cp -R pkg/lib/* $PREFIX/lib/
cp -R pkg/link/* $PREFIX/lib/
Expand Down

0 comments on commit 56241a3

Please sign in to comment.