[Lunar-commits] sylpheed2: Make sure /usr/share/pixmaps/ exist.

Stefan Wold ratler at lunar-linux.org
Mon Feb 4 17:42:45 CET 2008


commit 97ec312b0979572a632d49641ec4bf1b962a6ca0
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Mon Feb 4 17:42:45 2008 +0100

    sylpheed2: Make sure /usr/share/pixmaps/ exist.
---
 mail/sylpheed2/BUILD |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/mail/sylpheed2/BUILD b/mail/sylpheed2/BUILD
index 784cc41..0bf647f 100644
--- a/mail/sylpheed2/BUILD
+++ b/mail/sylpheed2/BUILD
@@ -2,6 +2,7 @@
 
   default_build  &&
 
-  install -m 644 sylpheed.png /usr/share/pixmaps
+  install -m 755 -d /usr/share/pixmaps/ &&
+  install -m 644 sylpheed.png /usr/share/pixmaps/
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list