diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:50 -0600 |
commit | c294787b8256a8b5451500b1f075338e96f0bc6e (patch) | |
tree | 263bbbaca9b9e020721ea7265e40a36cd8010396 /knetworkconf/knetworkconf.spec | |
parent | 038b83d0ce08e4c62563837a04cd6ce89dd17a7e (diff) | |
download | tdeadmin-c294787b8256a8b5451500b1f075338e96f0bc6e.tar.gz tdeadmin-c294787b8256a8b5451500b1f075338e96f0bc6e.zip |
Additional kde to tde renaming
Diffstat (limited to 'knetworkconf/knetworkconf.spec')
-rw-r--r-- | knetworkconf/knetworkconf.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knetworkconf/knetworkconf.spec b/knetworkconf/knetworkconf.spec index 9b0e7eb..789bacd 100644 --- a/knetworkconf/knetworkconf.spec +++ b/knetworkconf/knetworkconf.spec @@ -14,7 +14,7 @@ Url: http://www.merlinux.org/knetworkconf/ Group: Networking/Other Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-buildroot -Requires: %_bindir/kdesu +Requires: %_bindir/tdesu %description KNetworkConf is a KDE application to configure TCP/IP settings @@ -51,7 +51,7 @@ install -m 644 %{name}/network_card.png %buildroot/%{_prefix}/share/pixmaps/netw # Menu mkdir -p %buildroot/%_menudir cat <<EOF > %buildroot/%_menudir/%name -?package(%name): command="kdesu %_bindir/%name" needs="X11" \ +?package(%name): command="tdesu %_bindir/%name" needs="X11" \ icon="%name.png" section="Configuration/Networking" \ title="KNetworkConf" longtitle="Configure TCP/IP settings under KDE" EOF |