mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-23 11:27:38 +00:00
8 lines
99 B
Bash
8 lines
99 B
Bash
#!/bin/bash
|
|
|
|
cd ..
|
|
./autogen.sh
|
|
./configure
|
|
make dist
|
|
mv *.gz package_creators/
|
|
cd package_creators |