From 39a5bee5b060a092cbc6f9b40295bb8853e760a9 Mon Sep 17 00:00:00 2001
From: Luke Shumaker <LukeShu@sbcglobal.net>
Date: Sun, 9 Feb 2014 14:20:07 -0500
Subject: librefetch: touch symlinks correctly, don't be tricked by files that
 look like flags

---
 src/librefetch/librefetch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch
index 4ecc8fe..82c8703 100755
--- a/src/librefetch/librefetch
+++ b/src/librefetch/librefetch
@@ -264,7 +264,7 @@ makepkg_modify='
 /tidy_install\(\) \{/,/^\}$/ {
         /for .*PURGE_TARGETS/itidy_install_purge
 	/for .*PURGE_TARGETS/,/done/d
-	/^\}$/ifind . -exec touch --date="1990-01-01 0:0:0 +0" {} +
+	/^\}$/ifind . -exec touch --no-dereference --date="1990-01-01 0:0:0 +0" -- {} +
 }
 
 /download_sources\(\) \{/ {
-- 
cgit v1.2.3-2-g168b