make: install depends as virtual

This commit is contained in:
Natanael Copa 2019-11-07 12:02:24 +00:00
parent b3dcf19ef7
commit 918cba2a77

View File

@ -120,7 +120,7 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh
cp functions.sh $(DESTDIR)/$(sharedir)/
depends depend:
sudo apk --no-cache add -U openssl-dev zlib-dev
sudo apk --no-cache -U --virtual .abuild-depends add openssl-dev zlib-dev
.gitignore: Makefile
echo "*.tar.bz2" > $@