File: 1_xplot_cbuild_bashism

package info (click to toggle)
xplot 1.19-9.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 452 kB
  • sloc: ansic: 1,264; sh: 359; makefile: 124
file content (16 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: FTBFS: cbuild.def: not found
  Fix Failure To Build From Source due to a small bashism in the cbuild script
Author: Margarita Manterola <marga@debian.org>
Bug-Debian: http://bugs.debian.org/379486

--- xplot-1.19.orig/libfli/lib/cbuild
+++ xplot-1.19/libfli/lib/cbuild
@@ -28,7 +28,7 @@ message ()
 
 ############### now source cbuild.def if it exists
 if [ -f "cbuild.def" ] ; then
-    . cbuild.def || error syntax error in cbuild.def
+    . ./cbuild.def || error syntax error in cbuild.def
 fi    
 
 ############### non-configurable settings