Some stuff

This commit is contained in:
mathusummut
2018-11-10 17:44:40 +01:00
parent 23afb58758
commit c524d35835
3 changed files with 6 additions and 8 deletions

View File

@@ -2,11 +2,9 @@ temp notes file (-andy5995)
# common options for Cmake prior to `make install`
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
To see other install locations, use `cmake .. -LH`. In many cases, just
using CMAKE_INSTALL_PREFIX will be sufficient
cmake ..
To see other install locations, use `cmake .. -LH`.
# generating the man page
@@ -29,7 +27,7 @@ git grep -l 'original_text' | xargs sed -i 's/original_text/new_text/g'
mkdir install-build
cd install-build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWANT_INSTALL_DATA=ON
cmake ..
make -j? (where ? is the number of CPU cores)
make install DESTDIR=$PWD/install-test

View File

@@ -1,5 +1,5 @@
zetaglest (0.8.02) unstable; urgency=low
Zetaglest 1.0
* First release of zetaglest after being forked from megaglest
* First release of Zetaglest after being forked from Megaglest
-- Andy Alt <andy400-dev@yahoo.com> 15.09.2018 2018/09/15 12:44:46

View File

@@ -2,7 +2,7 @@
# Splitting the path into two lines would make the example even more
# unreadable.
manpage-has-errors-from-man
# The icon is provided by megaglest-data now
# The icon is provided by zetaglest-data now
menu-icon-missing
# This script does not need to be executable.
script-not-executable