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 d7300e6..ecd706f 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