]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- use /usr/bin/python no /bin/env python
authorMichal Moskal <michal@moskal.me>
Tue, 20 May 2003 21:30:31 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-no-bin-env.patch -> 1.1

rpm-no-bin-env.patch [new file with mode: 0644]

diff --git a/rpm-no-bin-env.patch b/rpm-no-bin-env.patch
new file mode 100644 (file)
index 0000000..2757102
--- /dev/null
@@ -0,0 +1,8 @@
+--- rpm-4.3/python/rpmdb/dbshelve.py~  Tue May  6 17:44:14 2003
++++ rpm-4.3/python/rpmdb/dbshelve.py   Tue May 20 23:28:08 2003
+@@ -1,4 +1,4 @@
+-#!/bin/env python
++#!/usr/bin/python
+ #------------------------------------------------------------------------
+ #           Copyright (c) 1997-2001 by Total Control Software
+ #                         All Rights Reserved
This page took 0.103601 seconds and 4 git commands to generate.