]> Raphaël G. Git Repositories - youtubedl/commitdiff
debian/rules: Remove egg-info directory in the clean target.
authorRogério Brito <rbrito@ime.usp.br>
Sat, 22 Jun 2013 17:16:01 +0000 (14:16 -0300)
committerRogério Brito <rbrito@ime.usp.br>
Sat, 22 Jun 2013 17:16:01 +0000 (14:16 -0300)
debian/rules

index 3ee2eb64cfc2da0fd5a5e7e95bc018ffa22f7c8c..344b8ae039344851c5741772ccda4e0b4047732e 100755 (executable)
@@ -5,3 +5,7 @@
 override_dh_install:
        mv debian/youtube-dl/usr/etc debian/youtube-dl/
        dh_install
+
+override_dh_clean:
+       dh_clean
+       rm -rf youtube_dl.egg-info