diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-30 15:38:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-30 15:38:01 +0100 |
commit | eb49f6926581f9f9d7e6d9853ad41533fd779c07 (patch) | |
tree | 9a1ce45b04477a2c19e366c3cea9b14ff6129da4 /.gitignore | |
parent | f38d0c991bcae3a894f3fc0b562f954e8e4ca2b6 (diff) | |
download | pacredir-eb49f6926581f9f9d7e6d9853ad41533fd779c07.tar.gz pacredir-eb49f6926581f9f9d7e6d9853ad41533fd779c07.tar.zst |
use a little helper to determine architecture
Architecture reported by `uname -a` and used by pacman are not
neccessarily the same, so use a little helper.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ *~ *.o +arch pacredir config.h avahi/pacdbserve.service |