diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-01-15 15:15:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-01-15 15:15:34 +0000 |
| commit | 464c2f4a5e16c45846b941ea335f6c8b315bc364 (patch) | |
| tree | 1c3bbbfaa7715260a4d11617876132033fdc831b /fluid | |
| parent | 45ff3267cd1e963bd5b87994cb9bb60f19ac6c56 (diff) | |
Separate the desktop install/uninstall stuff so that users that don't
want desktop integration (or don't have root access) will be able to
install/uninstall.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4752 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/Makefile b/fluid/Makefile index 70604b4da..18344772c 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -76,7 +76,7 @@ depend: $(CPPFILES) # Automatically generated dependencies... include makedepend -install: all $(INSTALL_DESKTOP) +install: all echo "Installing FLUID in $(DESTDIR)$(bindir)..." -$(MKDIR) $(DESTDIR)$(bindir) $(CP) $(FLUID) $(DESTDIR)$(bindir)/fluid$(EXEEXT) @@ -104,7 +104,7 @@ install-osx: -$(MKDIR) $(DESTDIR)/Applications/fluid.app/Contents/Resources $(CP) icons/fluid.icns $(DESTDIR)/Applications/fluid.app/Contents/Resources -uninstall: $(UNINSTALL_DESKTOP) +uninstall: $(RM) $(DESTDIR)$(bindir)/fluid$(EXEEXT) uninstall-linux: |
