1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

allow rpm dir to exist

This commit is contained in:
hellerve 2016-12-06 17:46:52 +01:00
parent 53e6da37e0
commit 47e514e9ed

View file

@ -70,7 +70,7 @@ endif
rpm: dist
# Clear tmp failed build (if any)
mkdir $(LOCAL_RPMS)
mkdir -p $(LOCAL_RPMS)
# Create RPM from dist
fpm -s dir -t rpm -n $(PROG) -v $(VERSION) -C $(DIST) \