summaryrefslogtreecommitdiffstats
path: root/liveinst
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-09-19 10:05:16 -0400
committerJeremy Katz <katzj@redhat.com>2008-09-19 10:05:16 -0400
commit9a8c334be94ee6de529c950d0674e02c3617452b (patch)
treed1479e896b5a8105e0a98b67997f826798025c26 /liveinst
parenta6ba02f4099c40f3dd2c2783cf0bac2c1900ade4 (diff)
downloadanaconda-9a8c334be94ee6de529c950d0674e02c3617452b.tar.gz
anaconda-9a8c334be94ee6de529c950d0674e02c3617452b.tar.xz
anaconda-9a8c334be94ee6de529c950d0674e02c3617452b.zip
Don't make the .desktop file unless we actually need to
Diffstat (limited to 'liveinst')
-rw-r--r--liveinst/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/liveinst/Makefile b/liveinst/Makefile
index 1b9fead08..67d260efc 100644
--- a/liveinst/Makefile
+++ b/liveinst/Makefile
@@ -17,7 +17,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-all:
+all: liveinst.desktop
+
+liveinst.desktop: liveinst.desktop.in
LC_ALL=C intltool-merge -d -u ../po liveinst.desktop.in liveinst.desktop
install: