diff options
Diffstat (limited to 'graphics/potrace/potrace.SlackBuild')
-rw-r--r-- | graphics/potrace/potrace.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/potrace/potrace.SlackBuild b/graphics/potrace/potrace.SlackBuild index 395f1a9566b..4582b7f6603 100644 --- a/graphics/potrace/potrace.SlackBuild +++ b/graphics/potrace/potrace.SlackBuild @@ -49,7 +49,7 @@ chown -R root:root . chmod -R u+w,go+r-w,a-s . # Apply the xfig patch -zcat $CWD/potrace-1.8-xfig.patch.gz | patch -p0 +patch -p0 < $CWD/potrace-1.8-xfig.patch # For metric units and papersizes, use the following flags to configure: # --enable-metric Use metric units (centimeters) as default |