mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 15:33:28 +00:00
make: install depends as virtual
This commit is contained in:
parent
b3dcf19ef7
commit
918cba2a77
2
Makefile
2
Makefile
@ -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" > $@
|
||||
|
Loading…
Reference in New Issue
Block a user