]> git.pld-linux.org Git - packages/fslint.git/commitdiff
- some packaging fixes
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 17 Dec 2008 16:59:31 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fslint.patch -> 1.1

fslint.patch [new file with mode: 0644]

diff --git a/fslint.patch b/fslint.patch
new file mode 100644 (file)
index 0000000..f9daebe
--- /dev/null
@@ -0,0 +1,17 @@
+--- ./fslint-gui~      2008-12-17 20:40:21.781559667 +0200
++++ ./fslint-gui       2008-12-17 20:31:15.848440165 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ # vim:fileencoding=utf-8
+ # Note both python and vim understand the above encoding declaration
+@@ -381,7 +381,7 @@
+         types = ("rpm", "dpkg", "pacman")
+         for dist in types:
+             setattr(self, dist, False)
+-        if os.path.exists("/etc/redhat-release"):
++        if os.path.exists("/etc/pld-release"):
+             self.rpm = True
+         elif os.path.exists("/etc/debian_version"):
+             self.dpkg = True
This page took 0.070388 seconds and 4 git commands to generate.