diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-04-13 04:18:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-04-13 04:18:06 +0200 |
commit | 5bc551e5c93723067a06fc85ce7f92f994819d72 (patch) | |
tree | bbc58d88a63cce93e7b4d8d02cc82188c32ca11f /dooble/notes | |
parent | make install creates empty directories that just should not be there (diff) | |
download | aur-packages-5bc551e5c93723067a06fc85ce7f92f994819d72.tar.gz aur-packages-5bc551e5c93723067a06fc85ce7f92f994819d72.tar.bz2 aur-packages-5bc551e5c93723067a06fc85ce7f92f994819d72.tar.xz |
almost there
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | dooble/notes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dooble/notes b/dooble/notes index 85e8bd8..a19a1d8 100644 --- a/dooble/notes +++ b/dooble/notes @@ -2,7 +2,7 @@ options=(!emptydir) ## or do: ls -1 /dev/shm | grep -v '^usr$' | xargs rm -r svn co https://dooble.svn.sourceforge.net/svnroot/dooble dooble cd dooble/trunk/browser/ -sed -i 's/-Werror//g' dooble.pro +sed -i 's_-Werror__g' dooble.pro qmake-qt4 -o Makefile dooble.pro make make INSTALL_ROOT="$pkgdir" install |