]> git.pld-linux.org Git - packages/issue-logo.git/commitdiff
- fix getting distversion
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 16 Jun 2013 19:51:52 +0000 (21:51 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 16 Jun 2013 19:51:52 +0000 (21:51 +0200)
issue-logo.spec

index f318588a9d2a6b2269ae2b07f645b9ba14d822c4..e3c88f954d8a5a695bac857c12dcadfc17ead561 100644 (file)
@@ -1,5 +1,5 @@
 %define        distnamever     %(. /etc/os-release && echo $VERSION)
-%define        distversion     %(. /etc/os-release && echo $VERSION_ID)
+%define        distversion     %(. /etc/os-release && echo ${VERSION_ID:-0})
 
 Summary:       PLD Linux prelogin message and identification file with logo
 Summary(de.UTF-8):     PLD Linux Systemidentifikationsdatei mit logo
This page took 0.138448 seconds and 4 git commands to generate.