Skip to content

Commit

Permalink
Merge pull request #67 from jordisayol/master
Browse files Browse the repository at this point in the history
temporarily revert system checking on rpm script
  • Loading branch information
MartinNowak committed Feb 17, 2014
2 parents 49839c4 + abd2b5a commit a1efa2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/dmd_rpm.sh
Expand Up @@ -15,8 +15,8 @@ ferror(){


# check if in debian like system
if test ! -f /etc/redhat-release ; then
ferror "Refusing to build on a non-redhat like system" "Exiting..."
if test ! -f /etc/debian_version ; then
ferror "Refusing to build on a non-debian like system" "Exiting..."
fi


Expand Down

0 comments on commit a1efa2d

Please sign in to comment.