diff options
author | Robert Xu <robxu9@gmail.com> | 2011-08-13 16:07:59 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-08-13 16:07:59 -0400 |
commit | 8d6b7f6608ca70740f0066c7a446e9377fac1fc8 (patch) | |
tree | 9eafa3e4a34cb09f4681f8718a4f06cdc6b70a68 /opensuse/tde-filesystem/macros.tde | |
parent | f9bc191e0bc2da364bec96d529fcbd05adced5c5 (diff) | |
download | tde-packaging-8d6b7f6608ca70740f0066c7a446e9377fac1fc8.tar.gz tde-packaging-8d6b7f6608ca70740f0066c7a446e9377fac1fc8.zip |
revise arts.spec to match new macros.tde
Diffstat (limited to 'opensuse/tde-filesystem/macros.tde')
-rw-r--r-- | opensuse/tde-filesystem/macros.tde | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/opensuse/tde-filesystem/macros.tde b/opensuse/tde-filesystem/macros.tde index 4a26c393d..ed9706918 100644 --- a/opensuse/tde-filesystem/macros.tde +++ b/opensuse/tde-filesystem/macros.tde @@ -47,8 +47,6 @@ %_tde_build_type release -%tde_makeinstall make DESTDIR=%{?buildroot:%{buildroot}} install - %cmake_tde(d:) \ export CFLAGS=$RPM_OPT_FLAGS \ export CXXFLAGS=$RPM_OPT_FLAGS \ @@ -94,7 +92,7 @@ bdir=. \ %{-d:dir=%{-d*} \ bdir=.. } \ - make DESTDIR=%{buildroot} install VERBOSE=1 \ + make DESTDIR=%{?buildroot:%{buildroot}} install VERBOSE=1 \ if [ "$bdir" == ".." ]; then \ cd .. \ fi \ |