We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a91416 commit fd4ac18Copy full SHA for fd4ac18
.gitignore
@@ -21,3 +21,6 @@ fixtures/z.xml
21
*.swp
22
/readings
23
.DS_Store
24
+/packaging/deb/zek/usr/
25
+*.deb
26
+*.rpm
packaging/rpm/zek.spec
@@ -22,7 +22,7 @@ Generate a Go struct from an XML document.
%install
mkdir -p $RPM_BUILD_ROOT/usr/local/sbin
-install -m 755 microblob $RPM_BUILD_ROOT/usr/local/sbin
+install -m 755 zek $RPM_BUILD_ROOT/usr/local/sbin
27
%post
28
0 commit comments