summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-16 17:27:55 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-16 17:27:55 +0000
commit87bb0d9acdd4bd35236053409faea9736024afe8 (patch)
tree5e1fa30c4bf08ee39cbeaf9d66e5fb9c495e9360
parentd8bb9ec3cef26cd3fb62534d896bf9c8feea67f9 (diff)
downloadlinuxquota-87bb0d9acdd4bd35236053409faea9736024afe8.tar.gz
Fix path for rpcgen to work properly
-rw-r--r--linuxquota.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/linuxquota.morph b/linuxquota.morph
new file mode 100644
index 0000000..f97e91d
--- /dev/null
+++ b/linuxquota.morph
@@ -0,0 +1,10 @@
+{
+ "name": "linuxquota",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "autoreconf -ivf",
+ "./configure --prefix=\"$PREFIX\"",
+ "ln -s /usr/bin/cpp /lib/cpp"
+ ]
+}