forked from ports/contrib
bmp: remove junk file
This commit is contained in:
parent
eadd079163
commit
78e5e4e51c
@ -48,7 +48,6 @@ drwxr-xr-x root/root usr/share/applications/
|
||||
drwxr-xr-x root/root usr/share/bmp/
|
||||
drwxr-xr-x root/root usr/share/bmp/Skins/
|
||||
drwxr-xr-x root/root usr/share/bmp/Skins/Default/
|
||||
-rw-r--r-- root/root usr/share/bmp/Skins/Default/README
|
||||
-rw-r--r-- root/root usr/share/bmp/Skins/Default/balance.bmp
|
||||
-rw-r--r-- root/root usr/share/bmp/Skins/Default/cbuttons.bmp
|
||||
-rw-r--r-- root/root usr/share/bmp/Skins/Default/eq_ex.bmp
|
||||
|
@ -20,8 +20,13 @@ build() {
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
ln -s beep-media-player $PKG/usr/bin/beep
|
||||
|
||||
pushd $PKG/usr/bin
|
||||
ln -s beep-media-player beep
|
||||
popd
|
||||
|
||||
install -m 0755 $SRC/beep-config $PKG/usr/bin
|
||||
install -D -m 0644 beep/beep_logo.xpm $PKG/usr/share/pixmaps/beep.xpm
|
||||
rm $PKG/usr/share/bmp/Skins/Default/README
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user