--- bin/yum.orig	Thu Feb  5 11:36:20 2004
+++ bin/yum	Thu Feb  5 11:36:54 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!@@PREFIX@@/bin/python
 # yum -- Yum rpm-updating Client (Yellowdog Updater Modified)
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,12 +18,12 @@
 
 import sys
 import os
-sys.path.insert(1,'/usr/share/yum')
+sys.path.insert(1,'@@PREFIX@@/share/yum')
 import yummain
 import yumlock
 
 uid = os.geteuid()
-lockfile = '/var/run/yum.pid'
+lockfile = '@@PREFIX@@/var/run/yum.pid'
 mypid = str(os.getpid())
 
 if uid == 0:
