mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 10:22:02 +08:00
swap deb and unsigned-deb make tagets. closes #140
This commit is contained in:
parent
2e538068ef
commit
c289dafadc
4
Makefile
4
Makefile
|
@ -188,10 +188,10 @@ tarball: clean man changelog authors src/version.hpp
|
|||
debian-changelog:
|
||||
$(GIT2DEBCL) --name $(TARGET) > debian/changelog
|
||||
|
||||
deb: debian-changelog
|
||||
signed-deb: debian-changelog
|
||||
dpkg-buildpackage
|
||||
|
||||
unsigned-deb: debian-changelog
|
||||
deb: debian-changelog
|
||||
dpkg-buildpackage -uc -us
|
||||
|
||||
rpm-clean:
|
||||
|
|
Loading…
Reference in New Issue
Block a user