diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index d86e316..6a6054f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -90,7 +90,7 @@ build: $(TARGETS) xenscreenrc install: build $(INSTALL_DIR) -d $(DESTDIR)/etc/xen $(bindir) $(appdir) $(INSTALL_DATA) xenscreenrc $(DESTDIR)/etc/xen - $(INSTALL_BINARY) -s $(TARGETS) $(bindir) + $(INSTALL_BINARY) $(TARGETS) $(bindir) $(INSTALL_DATA) $(DESKTOP) $(appdir) clean: |