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:
parent
53e6da37e0
commit
47e514e9ed
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue