chiark / gitweb /
debian/control: Recommend the other build tools we usually need.
[cfd] / build-setup
index 30cfaf8b91d5e082c947a61707759c42946ceb18..daf0ef2bdb78247e1d7c4be73f0c1ce21c200d07 100755 (executable)
@@ -5,5 +5,6 @@ set -e
 case "$1" in
   start)
     ln -sf aclocal.glob acinclude.m4
+    ln -sf GPL-2 COPYING
     ;;
 esac