diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-21 18:11:46 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-21 18:11:46 -0800 |
commit | 9003cc746b10667306769b52d9c1be2c6e155814 (patch) | |
tree | cbe5365bef1f8aca0f2dd062d41a5f8e8ee0cacb | |
parent | 195f7a306aeab5ed1694fe4bbebcd4222f28750e (diff) | |
download | rpmlint-mini-9003cc746b10667306769b52d9c1be2c6e155814.tar.gz rpmlint-mini-9003cc746b10667306769b52d9c1be2c6e155814.tar.bz2 rpmlint-mini-9003cc746b10667306769b52d9c1be2c6e155814.zip |
fix setup
-rw-r--r-- | packaging/rpmlint-mini.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/rpmlint-mini.spec b/packaging/rpmlint-mini.spec index 364d5a5..abeb94b 100644 --- a/packaging/rpmlint-mini.spec +++ b/packaging/rpmlint-mini.spec @@ -32,11 +32,11 @@ Rpmlint is a tool to check common errors on rpm packages. Binary and source packages can be checked. %prep -%setup -q -n -b 99 -cd desktop-file-utils-0.20 +%setup -q -b 99 +cd ../desktop-file-utils-0.20 %build -cd desktop-file-utils-0.20 +cd ../desktop-file-utils-0.20 %configure pushd src make desktop-file-validate V=1 DESKTOP_FILE_UTILS_LIBS="%{_libdir}/libglib-2.0.a -lpthread -lrt" |