]> git.pld-linux.org Git - packages/setup.git/commitdiff
-/bin/ksh
authorwojtek <wojtek@pld.org.pl>
Tue, 1 Jun 1999 12:19:41 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
+/bin/bash

Changed files:
    setup.spec -> 1.12

setup.spec

index 49f5e3a72fe1d86699a867fa6fe72fe770b9bbba..b1c55a2ee57aaad706d8f7bd8982dea71a199680 100644 (file)
@@ -11,6 +11,7 @@ Group:                Base
 Group(pl):     Podstawowe
 Source:                %{name}-%{version}.tar.bz2
 Patch0:                %{name}.patch
+Patch1:                %{name}-rootshell.patch
 Buildroot:     /tmp/%{name}-%{version}-root
 Buildarch:     noarch
 
@@ -35,8 +36,9 @@ Bu paket, passwd, group, profile gibi 
 içerir.
 
 %prep
-%setup -q -n %{name}
-%patch -p1
+%setup  -q -n %{name}
+%patch0 -p1
+%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.108048 seconds and 4 git commands to generate.