diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-09 14:20:07 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-09 14:20:07 -0500 |
commit | 39a5bee5b060a092cbc6f9b40295bb8853e760a9 (patch) | |
tree | fe41effbd0b39102e3d61590d421afdacf7d4b78 /src/librefetch | |
parent | 93276b1059c6bce3aa6e400f70160b8b89cab007 (diff) |
librefetch: touch symlinks correctly, don't be tricked by files that look like flags
Diffstat (limited to 'src/librefetch')
-rwxr-xr-x | src/librefetch/librefetch | 2 |
1 files changed, 1 insertions, 1 deletions
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\(\) \{/ { |