diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-07 05:59:37 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-07 05:59:37 -0400 |
commit | cd85778597a709c5d589c9f984d039e5b96bafca (patch) | |
tree | 4a0e4cecb2ff216cc270a2fac5716a54175e7c15 /xorg-util-macros/build.sh | |
parent | 041601b591742fa071f50f25ee8ef9f5b1008bd4 (diff) | |
download | spm_packages-cd85778597a709c5d589c9f984d039e5b96bafca.tar.gz |
Initial Darwin compat sweep
Diffstat (limited to 'xorg-util-macros/build.sh')
-rw-r--r-- | xorg-util-macros/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-util-macros/build.sh b/xorg-util-macros/build.sh index 7ff8c16..58eb3e2 100644 --- a/xorg-util-macros/build.sh +++ b/xorg-util-macros/build.sh @@ -10,7 +10,6 @@ depends=() function prepare() { tar xf util-macros-${version}.tar.gz -find cd util-macros-${version} } |