Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
# Created For PisiLinux
|
||||
|
||||
from pisi.actionsapi import shelltools, get, pisitools
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
shelltools.system("rpm2targz fpc-3.0.4-1.x86_64.rpm")
|
||||
shelltools.system("tar -zxvf fpc-3.0.4-1.x86_64.tar.gz")
|
||||
pisitools.insinto("/", "usr/")
|
||||
Reference in New Issue
Block a user