mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
$NetBSD: patch-bin_rungs,v 1.1 2013/11/17 17:05:10 minskim Exp $
|
|
|
|
--- bin/rungs.orig 2013-04-25 17:29:00.000000000 +0000
|
|
+++ bin/rungs
|
|
@@ -23,7 +23,7 @@ end
|
|
if os.type == 'windows' then
|
|
command={'gswin32c'}
|
|
else
|
|
- command={'gs'}
|
|
+ command={'@GS@'}
|
|
end
|
|
|
|
for i=1, #arg do
|