initrd packaged

This commit is contained in:
Berk Çakar
2021-09-06 20:34:50 +03:00
parent 479c66d393
commit 0b19207ddf
4 changed files with 83 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())