Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ffabfd49
Commit
ffabfd49
authored
May 31, 2015
by
Jerome Leclanche
Committed by
Alexandre Julliard
Jun 01, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Do not run update-desktop-database on make install/uninstall.
parent
803e9cfb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Makefile.in
tools/Makefile.in
+0
-4
No files found.
tools/Makefile.in
View file @
ffabfd49
...
...
@@ -13,8 +13,6 @@ C_SRCS = \
IN_SRCS
=
\
wineapploader.in
UPDATE_DESKTOP_DATABASE
=
update-desktop-database
all
:
wineapploader
make_xftmpl$(EXEEXT)
:
make_xftmpl.o
...
...
@@ -24,11 +22,9 @@ make_xftmpl$(EXEEXT): make_xftmpl.o
install install-lib
::
$(INSTALL_DATA)
$(srcdir)
/wine.desktop
$(DESTDIR)$(datadir)
/applications/wine.desktop
-
$(UPDATE_DESKTOP_DATABASE)
install install-dev
::
install-man-pages
$(INSTALL_SCRIPT)
$(srcdir)
/winemaker
$(DESTDIR)$(bindir)
/winemaker
uninstall
::
$(RM)
$(DESTDIR)$(datadir)
/applications/wine.desktop
$(DESTDIR)$(bindir)
/winemaker
-
$(UPDATE_DESKTOP_DATABASE)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment