mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 16:50:53 +00:00
Another step towrds fifodir installation.
This commit is contained in:
parent
76057f9f77
commit
a9d196f1b4
@ -686,7 +686,7 @@ env.Alias("install-campaignd", env.Clone().Install(bindir, campaignd))
|
||||
# Un-installation
|
||||
#
|
||||
deletions = map(lambda x: Delete(os.path.join(bindir, str(x[0]))), clientside + daemons) \
|
||||
+ [Delete(datadir), Delete(pythonlib)]
|
||||
+ [Delete(datadir), Delete(pythonlib), Delete(fifodir)]
|
||||
uninstall = env.Command('uninstall', '', deletions)
|
||||
env.AlwaysBuild(uninstall)
|
||||
env.Precious(uninstall)
|
||||
|
Loading…
x
Reference in New Issue
Block a user