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

Bug#452086: the actual patch



Here is the patch:

diff -u toshset-1.72/debian/changelog toshset-1.72/debian/changelog
diff -u toshset-1.72/debian/rules toshset-1.72/debian/rules
--- toshset-1.72/debian/rules
+++ toshset-1.72/debian/rules
@@ -17,7 +17,7 @@
 	autoconf
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info
-	if [ "$(NOOPT)" == "1" ]; then \
+	if [ "$(NOOPT)" = "1" ]; then \
 		cat Makefile | sed -e s/"-O2"/"-O0"/ > out && \
 			mv out Makefile; \
 	fi




Reply to: