diff options
author | Robert Xu <robxu9@gmail.com> | 2011-08-13 16:10:09 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-08-13 16:10:09 -0400 |
commit | 3465a0fc7c6a8e007dd5ce4dba8c50f0cc466733 (patch) | |
tree | 3ba011e3b9d43ef4ffba28e352d45b15305cd5da /opensuse | |
parent | 8d6b7f6608ca70740f0066c7a446e9377fac1fc8 (diff) | |
download | tde-packaging-3465a0fc7c6a8e007dd5ce4dba8c50f0cc466733.tar.gz tde-packaging-3465a0fc7c6a8e007dd5ce4dba8c50f0cc466733.zip |
oops, almost screwed up macros.tde completely!
Diffstat (limited to 'opensuse')
-rw-r--r-- | opensuse/tde-filesystem/macros.tde | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opensuse/tde-filesystem/macros.tde b/opensuse/tde-filesystem/macros.tde index ed9706918..9bb4224ca 100644 --- a/opensuse/tde-filesystem/macros.tde +++ b/opensuse/tde-filesystem/macros.tde @@ -81,6 +81,7 @@ %make_tde(d:) \ bdir=. \ %{-d:dir=%{-d*} \ + cd $dir \ bdir=.. } \ make %{?_smp_mflags} VERBOSE=1 \ if [ "$bdir" == ".." ]; then \ @@ -91,6 +92,7 @@ %makeinstall_tde(d:) \ bdir=. \ %{-d:dir=%{-d*} \ + cd $dir \ bdir=.. } \ make DESTDIR=%{?buildroot:%{buildroot}} install VERBOSE=1 \ if [ "$bdir" == ".." ]; then \ |