diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-03-18 20:57:03 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-03-28 19:45:23 +0100 |
commit | 5fdf097f42dfeacda1d81387933ef20acedb1fc7 (patch) | |
tree | 5ae69373db075eee458f37e658e8f66f1b880344 /redhat/applications/keximdb | |
parent | 9011dcc5b79c6f60170fad0315ed914f3796ea03 (diff) | |
download | tde-packaging-5fdf097f42dfeacda1d81387933ef20acedb1fc7.tar.gz tde-packaging-5fdf097f42dfeacda1d81387933ef20acedb1fc7.zip |
RPM: update build scripts for TDE R14.0.6
Diffstat (limited to 'redhat/applications/keximdb')
-rw-r--r-- | redhat/applications/keximdb/keximdb.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/keximdb/keximdb.spec b/redhat/applications/keximdb/keximdb.spec index c7c0c98a1..6627c48ec 100644 --- a/redhat/applications/keximdb/keximdb.spec +++ b/redhat/applications/keximdb/keximdb.spec @@ -133,7 +133,7 @@ fi %install export PATH="%{tde_bindir}:${PATH}" %__rm -rf %{buildroot} -%__make install DESTDIR=%{buildroot} +%__make install DESTDIR=%{buildroot} -C build %clean |