summaryrefslogtreecommitdiff
path: root/repo/system/imlib2.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/imlib2.xibuild')
-rw-r--r--repo/system/imlib2.xibuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/repo/system/imlib2.xibuild b/repo/system/imlib2.xibuild
index 7d57dff..5e734a5 100644
--- a/repo/system/imlib2.xibuild
+++ b/repo/system/imlib2.xibuild
@@ -15,7 +15,8 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
- install -v -m755 -d /usr/share/doc/imlib2-$PKG_VER &&
- install -v -m644 doc/{*.gif,index.html} /usr/share/doc/imlib2-$PKG_VER
+ install -m755 -d /usr/share/doc/imlib2-$PKG_VER &&
+ install -m644 doc/index.html /usr/share/doc/imlib2-$PKG_VER
+ install -m644 doc/*.gif /usr/share/doc/imlib2-$PKG_VER
}