From 63c14e0a809f159204ac0fb479058a3f343543e0 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 27 Aug 2001 11:40:23 +0000 Subject: Execute chmod at the right place. CVS patchset: 508 CVS date: 2001/08/27 11:40:23 --- configure.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 79fece494..321c3abf6 100644 --- a/configure.in +++ b/configure.in @@ -639,12 +639,7 @@ doc/xine-lib-API/html/Makefile misc/xine-lib.spec misc/SlackBuild misc/build_rpms.sh], -[rm -f include/xine.h; echo '/* !! DO NO EDIT THIS FILE, it is automatically generated */' > include/xine.h && cat include/xine.h.tmpl >> include/xine.h]) - -dnl -dnl Change attribute. -dnl -chmod +x ./misc/SlackBuild ./misc/build_rpms.sh +[chmod +x ./misc/SlackBuild ./misc/build_rpms.sh; rm -f include/xine.h; echo '/* !! DO NO EDIT THIS FILE, it is automatically generated */' > include/xine.h && cat include/xine.h.tmpl >> include/xine.h]) dnl dnl Hack the libtool script. -- cgit v1.2.3