]> Raphaƫl G. Git Repositories - youtubedl/commitdiff
d/rules: Drop makefile mangling
authorUnit 193 <unit193@ubuntu.com>
Sat, 1 Feb 2020 06:34:35 +0000 (01:34 -0500)
committerUnit 193 <unit193@ubuntu.com>
Tue, 17 Mar 2020 07:30:23 +0000 (03:30 -0400)
debian/rules

index 82d26cbeb20215b18fae35212f3ffda59d764b78..541ff15d881fd7e8b70fef3a40fba5e0d18fec84 100755 (executable)
@@ -9,11 +9,9 @@ export PATH := $(CURDIR)/debian/utils:$(PATH)
 
 override_dh_auto_configure:
        PREFIX=/usr SYSCONFDIR=/etc make
-       mv Makefile Makefile.inactive
        rm youtube-dl
 
 override_dh_clean:
-       test -f Makefile || mv Makefile.inactive Makefile
        make clean
        dh_clean