Skip to content

Commit

Permalink
xscreensaver: Pass install_prefix to bee_install
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 24, 2016
1 parent fcc2151 commit ad847fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xscreensaver.be0
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ SRCURL[0]="https://www.jwz.org/xscreensaver/xscreensaver-${PKGVERSION}.tar.gz"
#}

mee_install() {
# bee_install
make install install_prefix="${D}"
bee_install \
install_prefix="${D}"
}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit ad847fc

Please sign in to comment.