mirror of https://github.com/eLvErDe/hwraid.git
Fix uudecode calls for newer releases
This commit is contained in:
parent
17b178cb51
commit
62b407a2d0
|
@ -1,3 +1,9 @@
|
|||
lsiutil (1.60-2) unstable; urgency=medium
|
||||
|
||||
* Invert uudecode file and args to get it working with newer version.
|
||||
|
||||
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Wed, 10 Feb 2016 10:37:59 +0100
|
||||
|
||||
lsiutil (1.60-1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
DESTDIR = $(CURDIR)/debian/lsiutil
|
||||
|
||||
debian/user_guide.pdf:
|
||||
uudecode $@.uu -o $@
|
||||
uudecode -o $@ $@.uu
|
||||
|
||||
build: debian/user_guide.pdf
|
||||
|
||||
|
|
Loading…
Reference in New Issue