diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-24 00:19:17 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-24 00:15:42 +0200 |
commit | 0c0f6f5c48a4fc84c75aa7ac7890cf23f35427a4 (patch) | |
tree | ee9e344810795fcecdb16ecf65c21a83be857ae2 /main | |
parent | e1ad252fdf46f1d99128a717bc79f0596268c527 (diff) | |
download | aports-0c0f6f5c48a4fc84c75aa7ac7890cf23f35427a4.tar.bz2 aports-0c0f6f5c48a4fc84c75aa7ac7890cf23f35427a4.tar.xz |
main/avahi: get rid of unit files
Diffstat (limited to 'main')
-rw-r--r-- | main/avahi/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/avahi/APKBUILD b/main/avahi/APKBUILD index ce0a7338f0..db7e8135a4 100644 --- a/main/avahi/APKBUILD +++ b/main/avahi/APKBUILD @@ -48,8 +48,7 @@ build() { --enable-compat-libdns_sd \ --enable-compat-howl \ --enable-python \ - --with-distro="gentoo" \ - --with-systemdsystemunitdir=/lib/systemd/system + --with-distro="gentoo" make } |