mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
Debian packaging adapted to GNUInstallDirs
This commit is contained in:
parent
563592aa3d
commit
1ddf4c54cf
3 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
||||||
debian/tmp/usr/include/*
|
debian/tmp/usr/include/*
|
||||||
debian/tmp/usr/lib*/*.so
|
debian/tmp/usr/lib/*/*.so
|
||||||
debian/tmp/usr/lib*/pkgconfig/*.pc
|
debian/tmp/usr/lib/*/pkgconfig/*.pc
|
||||||
|
debian/tmp/usr/lib/*/cmake/fluidsynth/*.cmake
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
debian/tmp/usr/lib*/lib*.so.*
|
debian/tmp/usr/lib/*/lib*.so.*
|
||||||
|
|
|
@ -26,7 +26,7 @@ config.status: CMakeLists.txt
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_INSTALL_DIR=/usr/lib .
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
build-stamp: config.status
|
build-stamp: config.status
|
||||||
|
|
Loading…
Reference in a new issue