[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#455512: build target cannot be run after interrupted



Package: compiz
Version: latest
Severity: important
Tags: patch

See attached patch.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
--- compiz-0.5.2.old/debian/rules	2007-12-10 16:20:21.000000000 +0100
+++ compiz-0.5.2/debian/rules	2007-12-10 15:49:32.000000000 +0100
@@ -44,7 +44,7 @@
 build-stamp:
 	dh_testdir
 	
-	mkdir obj-$(DEB_BUILD_GNU_TYPE)
+	mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
 	chmod +x ./configure
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --sysconfdir=\$${prefix}/share $(confflags) \

Reply to: