Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-10-22 12:16:49 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-10-22 12:16:49 (GMT)
commit543ccedb9f1d5b8f32bed01c2cb541acf94e7f1c (patch)
tree2e703944a6bbd560baf7437e83ffc9ba7cf122e0
parentf4fcc5075c899780b2e8f84c333e1429cff43a59 (diff)
Run autogen.sh on sweet cleanup
-rw-r--r--sweets.recipe10
1 files changed, 5 insertions, 5 deletions
diff --git a/sweets.recipe b/sweets.recipe
index 085e528..540ebd7 100644
--- a/sweets.recipe
+++ b/sweets.recipe
@@ -14,18 +14,18 @@ arch = any
[Build]
requires = pkg-config; intltool >= 0.33; make; gcc-c; python
-cleanup = make distclean
+cleanup = make distclean; ./autogen.sh
configure = ./configure
--prefix=%(PREFIX)s
am_cv_python_pythondir=%(PREFIX)s/python
am_cv_python_pyexecdir=%(PREFIX)s/python
CFLAGS="%(CFLAGS)s"
make = make
-install = make DESTDIR=%(DISTDIR)s install
+install = make DESTDIR=%(DESTDIR)s install
implement = %(install)s &&
- rm -rf %(DISTDIR)s/%(PREFIX)s/{bin,python} &&
- ln -s %(BUILDDIR)s/bin %(DISTDIR)s/%(PREFIX)s/ &&
- ln -s %(BUILDDIR)s/src %(DISTDIR)s/%(PREFIX)s/python &&
+ rm -rf %(DESTDIR)s/%(PREFIX)s/{bin,python} &&
+ ln -s %(BUILDDIR)s/bin %(DESTDIR)s/%(PREFIX)s/ &&
+ ln -s %(BUILDDIR)s/src %(DESTDIR)s/%(PREFIX)s/python &&
ln -fs .libs/metadatareader.so src/carquinyol/
[Source]