mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tar --exclude=CVS -czf /usr/src/redhat/SOURCES/samba-appliance-0.2-src.tar.gz samba-appliance-0.2
|
|
rpm -ba appliance.spec
|