install metaserver on debian
This commit is contained in:
parent
8cd26ee2b9
commit
8ffc992f58
2 changed files with 2 additions and 2 deletions
|
@ -1240,7 +1240,7 @@ install(TARGETS stratagus DESTINATION ${GAMEDIR})
|
|||
install(TARGETS png2stratagus DESTINATION ${BINDIR})
|
||||
|
||||
if(SQLITE_FOUND)
|
||||
install(TARGETS metaserver DESTINATION ${SBINDIR})
|
||||
install(TARGETS metaserver DESTINATION ${BINDIR} RENAME stratagus-metaserver)
|
||||
endif()
|
||||
|
||||
if(ENABLE_DOC AND DOXYGEN_FOUND)
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -45,7 +45,7 @@ override_dh_auto_build:
|
|||
override_dh_install:
|
||||
dh_install
|
||||
dh_auto_install --builddirectory=obj-$(DEB_BUILD_GNU_TYPE)-dbg --destdir=debian/stratagus-dbg
|
||||
rm -f debian/stratagus-dbg/usr/bin/png2stratagus debian/stratagus-dbg/usr/sbin/metaserver
|
||||
rm -f debian/stratagus-dbg/usr/bin/png2stratagus
|
||||
convert src/win32/stratagus.ico debian/stratagus/usr/share/pixmaps/stratagus.png
|
||||
|
||||
override_dh_shlibdeps:
|
||||
|
|
Loading…
Reference in a new issue