diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-03-30 02:56:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-03-30 02:56:42 (GMT) |
commit | b96ad327d3728f79470586416ad72869c0b76900 (patch) | |
tree | c12880811f20368482dbdd9c7be38d9525342ccc | |
parent | 0f362d16fb55b3a1fce3643fb4037c6992f8456e (diff) |
fixed debian rules file
-rwxr-xr-x | rhnop-server/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhnop-server/debian/rules b/rhnop-server/debian/rules index 14b266a..489184b 100755 --- a/rhnop-server/debian/rules +++ b/rhnop-server/debian/rules @@ -12,7 +12,7 @@ configure: configure-stamp configure-stamp: dh_testdir - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/etc touch configure-stamp build: build-stamp |