blob: 17f1bf5fbb6d5c757ec3855aa58cbc5165eea09b (
plain) (
blame)
1
2
3
4
5
6
|
--- system-config-printer.orig 2008-03-20 11:56:46.000000000 -0400
+++ system-config-printer 2008-03-20 11:56:58.000000000 -0400
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /usr/share/system-config-printer/system-config-printer.py "$@"
+exec %%PREFIX%%/share/system-config-printer/system-config-printer.py "$@"
|