summaryrefslogtreecommitdiffstats
path: root/opensuse/tde-filesystem/macros.tde
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/tde-filesystem/macros.tde')
-rw-r--r--opensuse/tde-filesystem/macros.tde2
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 \