Skip to content

Commit

Permalink
xdu: Install files from bee script
Browse files Browse the repository at this point in the history
The makefile doesn't seem to habe an install target, so install the
files manually.
  • Loading branch information
donald committed Jun 11, 2018
1 parent b9a39f8 commit 399e4d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xdu.be0
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ SRCURL[0]="https://github.molgen.mpg.de/mariux64/xdu/archive/${PKGVERSION}.tar.g
# bee_build
#}

#mee_install() {
mee_install() {
# bee_install
#}
start_cmd install -D -m 644 "${B}/XDu.ad" "${D}/${SYSCONFDIR}/X11/app-defaults/XDu"
start_cmd install -D "${B}/xdu" "${D}/${BINDIR}/xdu"
}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
Expand Down

0 comments on commit 399e4d2

Please sign in to comment.