diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-04-13 03:37:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-04-13 03:37:04 +0200 |
commit | a47a6ec8db1c9d05a529a2f71ddc765d18eb12da (patch) | |
tree | f71881762bced17c6c22e87f7aa18bc3337c0ef6 /dooble/notes | |
parent | Patch dooble.pro to allow warnings + INSTALL_ROOT instead of the standard DESTDIR (diff) | |
download | aur-packages-a47a6ec8db1c9d05a529a2f71ddc765d18eb12da.tar.gz aur-packages-a47a6ec8db1c9d05a529a2f71ddc765d18eb12da.tar.bz2 aur-packages-a47a6ec8db1c9d05a529a2f71ddc765d18eb12da.tar.xz |
make install creates empty directories that just should not be there
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | dooble/notes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dooble/notes b/dooble/notes index d1cc5f5..85e8bd8 100644 --- a/dooble/notes +++ b/dooble/notes @@ -1,3 +1,5 @@ +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 |