diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-08-09 13:44:52 -0700 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-08-09 13:44:52 -0700 |
commit | ec123f7fa19897b2be78a99e294001ce870a279f (patch) | |
tree | 4f10f71f4e3f925aa050d8c8f5540b28c3f8d98d | |
parent | 7bb0a9dca0a1445b8c6a1829da44e11f66d6b133 (diff) | |
download | ico-uxf-weston-plugin-ec123f7fa19897b2be78a99e294001ce870a279f.tar.gz ico-uxf-weston-plugin-ec123f7fa19897b2be78a99e294001ce870a279f.tar.bz2 ico-uxf-weston-plugin-ec123f7fa19897b2be78a99e294001ce870a279f.zip |
Do not override Tizen IVI install prefix.
Change-Id: I2de3441c65accf1a055ee36964adf385617b3338
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | packaging/ico-uxf-weston-plugin.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ico-uxf-weston-plugin.spec b/packaging/ico-uxf-weston-plugin.spec index 2277ed5..53682b8 100644 --- a/packaging/ico-uxf-weston-plugin.spec +++ b/packaging/ico-uxf-weston-plugin.spec @@ -37,7 +37,7 @@ Development files that expose the wayland extended protocols for IVI. %build autoreconf --install -%autogen --prefix=/usr +%autogen %configure make %{?_smp_mflags} |