]> git.pld-linux.org Git - packages/gem2rpm.git/blame - pld.patch
update urls
[packages/gem2rpm.git] / pld.patch
CommitLineData
7d625e4e
ER
1--- gem2rpm-0.8.1/lib/gem2rpm/distro.rb~ 2013-04-24 10:31:39.000000000 +0300
2+++ gem2rpm-0.8.1/lib/gem2rpm/distro.rb 2013-04-24 10:34:23.957321979 +0300
3@@ -1,6 +1,7 @@
4 module Gem2Rpm
5 class Distro
6 FEDORA = :fedora
7+ PLD = :pld
8 OPENSUSE = :opensuse
9 DEFAULT = :default
10
11@@ -22,6 +23,8 @@
12 end
13 elsif !release_files.grep(/SuSe/).empty?
14 OPENSUSE
15+ elsif !release_files.grep(/pld/).empty?
16+ PLD
17 else
18 DEFAULT
19 end
This page took 0.053634 seconds and 4 git commands to generate.