Package: mmass
Version: 3.11.0-1
Severity: normal
Hi!
mmass fails to build on kfreebsd-* because of falsely assuming it will
alwas be build on linux (restriction in mmass-modules.install). The
attached patch will fix that mand make mmass build on GNU/kFreeBSD
Regards
Christoph
diff -Nru mmass-3.11.0/debian/mmass-modules.install mmass-3.11.0/debian/mmass-modules.install
--- mmass-3.11.0/debian/mmass-modules.install 2011-05-12 19:12:09.000000000 +0200
+++ mmass-3.11.0/debian/mmass-modules.install 2011-05-15 00:15:25.000000000 +0200
@@ -1,3 +1,3 @@
-mspy/plot/build/lib.linux-*-2.*/calculations.so usr/lib/mmass/mspy/plot
+mspy/plot/build/lib.*-*-2.*/calculations.so usr/lib/mmass/mspy/plot