mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-22 19:26:25 +08:00
Merge pull request #145 from trapexit/debswap
swap deb and unsigned-deb make tagets. closes #140
This commit is contained in:
commit
f844daa76c
4
Makefile
4
Makefile
@ -188,10 +188,10 @@ tarball: clean man changelog authors src/version.hpp
|
|||||||
debian-changelog:
|
debian-changelog:
|
||||||
$(GIT2DEBCL) --name $(TARGET) > debian/changelog
|
$(GIT2DEBCL) --name $(TARGET) > debian/changelog
|
||||||
|
|
||||||
deb: debian-changelog
|
signed-deb: debian-changelog
|
||||||
dpkg-buildpackage
|
dpkg-buildpackage
|
||||||
|
|
||||||
unsigned-deb: debian-changelog
|
deb: debian-changelog
|
||||||
dpkg-buildpackage -uc -us
|
dpkg-buildpackage -uc -us
|
||||||
|
|
||||||
rpm-clean:
|
rpm-clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user