xscreensaver: add directory for xscreensaver-demo

This commit is contained in:
Danny Rawlins 2008-08-22 09:13:15 +10:00
parent 9e97244aca
commit 89e5f4a4d6
2 changed files with 2 additions and 0 deletions

View File

@ -459,6 +459,7 @@ drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/xscreensaver-properties.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/xscreensaver.xpm
drwxr-xr-x root/root usr/share/wallpapers/
drwxr-xr-x root/root usr/share/xscreensaver/
drwxr-xr-x root/root usr/share/xscreensaver/config/
-rw-r--r-- root/root usr/share/xscreensaver/config/abstractile.xml

View File

@ -38,5 +38,6 @@ build() {
make
make install_prefix=$PKG install
rm $PKG/usr/share/xscreensaver/config/README
install -d $PKG/usr/share/wallpapers
}