From 520225226e47b327e28934b947fb61a89eab0ad3 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Thu, 4 Apr 2013 12:54:31 -0700 Subject: [PATCH] make install does the right thing --- packaging/GhostCluster.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/GhostCluster.spec b/packaging/GhostCluster.spec index 02771d1..861e8bd 100644 --- a/packaging/GhostCluster.spec +++ b/packaging/GhostCluster.spec @@ -41,6 +41,9 @@ rm -rf %{buildroot} # << install pre %make_install + +%post + wrt-installer -i %{_datadir}/GhostCluster/GhostCluster.wgt # >> install post -- 2.7.4