mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
6 lines
88 B
Bash
6 lines
88 B
Bash
|
|
#!/bin/sh
|
||
|
|
cp debian/tests/data/* $AUTOPKGTEST_TMP
|
||
|
|
cd $AUTOPKGTEST_TMP
|
||
|
|
|
||
|
|
alien --to-rpm *
|