4 lines
109 B
Bash
4 lines
109 B
Bash
#!/bin/bash
|
|
sed -i '/Architecture:/d' debian/debian/control
|
|
echo "Architecture: $1" >> debian/debian/control
|