Fix kdist_clean target in debian/rules.
authorBen Pfaff <blp@nicira.com>
Wed, 23 Jul 2008 23:42:05 +0000 (16:42 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Jul 2008 23:42:05 +0000 (16:42 -0700)
This fixes "module-assistant auto-install openflow-datapath" for
bootstrapping from a clean environment.  (Use "m-a -f purge
openflow-datapath" to test that it works starting from an un-clean
environment.)

debian/rules

index d7300e6fcc4f9088d2894d59f1747a829c700b30..ecd706f81898b58e084a91f540fc6512cf9c839d 100755 (executable)
@@ -70,7 +70,7 @@ endif
 
 kdist_clean:
        dh_clean
-       make KERNELDIR=$(KSRC) KVERREL=$(KVERS) clean
+       rm -rf openflow
 
 kdist_config: prep-deb-files