mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Switch to automake and libtool
This commit is contained in:
parent
9e85a4cf21
commit
96f35a05ef
45 changed files with 9388 additions and 439 deletions
|
|
@ -1,15 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
source=.
|
||||
version=`cat $source/../version`
|
||||
package=$source/../../alsa-lib-$version.tar.gz
|
||||
version=$VERSION
|
||||
package=$source/../alsa-lib-$version.tar.gz
|
||||
|
||||
if [ ! -r $package ]; then
|
||||
echo "Error: wrong package: $package"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
make -C .. pack
|
||||
make -C .. dist
|
||||
|
||||
cp -fv $package /usr/src/redhat/SOURCES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue