4 lines
126 B
Bash
4 lines
126 B
Bash
#!/bin/sh
|
|
sed -i "s/^Version:.*/$(grep ^Version: autoconf.spec)/" autoconf-el.spec
|
|
ln -f autoconf.changes autoconf-el.changes
|