Skip to content

Commit

Permalink
temporarily revert system checking on rpm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi committed Feb 17, 2014
1 parent 49839c4 commit abd2b5a
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 abd2b5a

Please sign in to comment.