Unix uses ${yaz.config} path
[yaz4j-moved-to-github.git] / linux / pom.xml
index ec77628..2dc0cd5 100644 (file)
             </goals>
             <configuration>
               <tasks>
-                <exec executable="${yaz.path}yaz-config" outputproperty="yaz.cflags">
+                <exec executable="${yaz.config}" outputproperty="yaz.cflags">
                   <arg value="--cflags" />
                 </exec>
                 <echo message="YAZ CFLAGS: ${yaz.cflags}"/>
-                <exec executable="${yaz.path}yaz-config" outputproperty="yaz.libs">
+                <exec executable="${yaz.config}" outputproperty="yaz.libs">
                   <arg value="--libs" />
                 </exec>
                 <echo message="YAZ LIBS: ${yaz.libs}"/>